net/http.body.doEarlyClose (field)

3 uses

	net/http (current package)
		server.go#L1039: 		body.doEarlyClose = true
		transfer.go#L810: 	doEarlyClose bool          // whether Close should stop early
		transfer.go#L980: 	case b.doEarlyClose: